home *** CD-ROM | disk | FTP | other *** search
/ Cute & Cuddly Animals Screen Savers / Cute & Cuddly Animals Screen Savers.iso / _SETUP.1 / sldpzl.exe / 0 / RCDATA / TFORMMAIN / TFORMMAIN.txt
Text File  |  1999-05-09  |  7KB  |  296 lines

  1. object FormMain: TFormMain
  2.   Left = 116
  3.   Top = 79
  4.   Width = 635
  5.   Height = 474
  6.   Caption = 'Sliding Puzzle Challenge'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Puzzle1: TPuzzle
  18.     Left = 0
  19.     Top = 0
  20.     Width = 617
  21.     Height = 385
  22.     BlankSquare = bsBottomRight
  23.     Size = 3
  24.     OnSolve = Puzzle1Solve
  25.   end
  26.   object RzPanel1: TRzPanel
  27.     Left = 0
  28.     Top = 384
  29.     Width = 625
  30.     Height = 41
  31.     FrameSides = [sdLeft, sdTop, sdRight, sdBottom]
  32.     TabOrder = 0
  33.     object Label2: TLabel
  34.       Left = 496
  35.       Top = 16
  36.       Width = 26
  37.       Height = 13
  38.       Caption = 'Time:'
  39.     end
  40.     object LabelTime: TLabel
  41.       Left = 528
  42.       Top = 16
  43.       Width = 21
  44.       Height = 13
  45.       Caption = '0:00'
  46.       Visible = False
  47.     end
  48.     object Label4: TLabel
  49.       Left = 8
  50.       Top = 16
  51.       Width = 333
  52.       Height = 13
  53.       Caption = 
  54.         'F2- New Game  F3- New Picture F4- Scramble  F5- Cheat  F6-  Opti' +
  55.         'ons'
  56.     end
  57.   end
  58.   object Panel1: TPanel
  59.     Left = 392
  60.     Top = 256
  61.     Width = 225
  62.     Height = 129
  63.     TabOrder = 1
  64.     Visible = False
  65.     object Label1: TLabel
  66.       Left = 32
  67.       Top = 24
  68.       Width = 34
  69.       Height = 13
  70.       Caption = 'Height:'
  71.     end
  72.     object Label3: TLabel
  73.       Left = 32
  74.       Top = 56
  75.       Width = 31
  76.       Height = 13
  77.       Caption = 'Width:'
  78.     end
  79.     object BitBtn1: TBitBtn
  80.       Left = 72
  81.       Top = 88
  82.       Width = 89
  83.       Height = 25
  84.       Caption = 'Set'
  85.       TabOrder = 0
  86.       OnClick = BitBtn1Click
  87.       Glyph.Data = {
  88.         76010000424D7601000000000000760000002800000020000000100000000100
  89.         04000000000000010000130B0000130B00000000000000000000000000000000
  90.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  91.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  92.         000333FFF3777777777F3000330FFFFFFF033777FF7F3FF3FF7F07B7030F00F0
  93.         0F0377777F7F7737737F0BBB030FFFFFFF0377777F7F3FFFF37F07B7030F0000
  94.         FF037777737F7777337F3000330FFFFFFF033777337F3FF3FF7F3333330F00F0
  95.         00033333337F7737777F3333330FFFF0FF033FFFFF7F3FF7F3730000030F08F0
  96.         F03377777F7F7737F7330999030FFFF0033377777F7FFFF77333099903000000
  97.         333377777F7777773333099903333333333377777F33FFFFFFF3000003300000
  98.         00337777733777777733333333330CCC033333333333777773333333333330C0
  99.         3333333333333777333333333333330333333333333333733333}
  100.       NumGlyphs = 2
  101.     end
  102.     object SpinEdit1: TSpinEdit
  103.       Left = 80
  104.       Top = 24
  105.       Width = 121
  106.       Height = 22
  107.       MaxValue = 1000
  108.       MinValue = 0
  109.       TabOrder = 1
  110.       Value = 0
  111.     end
  112.     object SpinEdit2: TSpinEdit
  113.       Left = 80
  114.       Top = 56
  115.       Width = 121
  116.       Height = 22
  117.       MaxValue = 1000
  118.       MinValue = 0
  119.       TabOrder = 2
  120.       Value = 0
  121.     end
  122.   end
  123.   object MainMenu1: TMainMenu
  124.     Left = 8
  125.     Top = 8
  126.     object N1: TMenuItem
  127.       Caption = 'File'
  128.       ShortCut = 0
  129.       object NewGame1: TMenuItem
  130.         Caption = '&New Game'
  131.         ShortCut = 113
  132.         OnClick = NewGame1Click
  133.       end
  134.       object Loadnewbitmap1: TMenuItem
  135.         Caption = '&Load new bitmap'
  136.         ShortCut = 114
  137.         OnClick = Loadnewbitmap1Click
  138.       end
  139.       object Scramble1: TMenuItem
  140.         Caption = 'S&cramble'
  141.         ShortCut = 115
  142.         OnClick = Scramble1Click
  143.       end
  144.       object SolveitCheat1: TMenuItem
  145.         Caption = '&Solve it- Cheat!'
  146.         ShortCut = 116
  147.         OnClick = SolveitCheat1Click
  148.       end
  149.       object Exit1: TMenuItem
  150.         Caption = 'E&xit'
  151.         ShortCut = 0
  152.         OnClick = Exit1Click
  153.       end
  154.     end
  155.     object Size1: TMenuItem
  156.       Caption = '&Size'
  157.       ShortCut = 0
  158.       object Small1: TMenuItem
  159.         Caption = '&Small'
  160.         ShortCut = 0
  161.         OnClick = Small1Click
  162.       end
  163.       object Medium1: TMenuItem
  164.         Caption = '&Medium'
  165.         ShortCut = 0
  166.         OnClick = Medium1Click
  167.       end
  168.       object Large1: TMenuItem
  169.         Caption = '&Large'
  170.         ShortCut = 0
  171.         OnClick = Large1Click
  172.       end
  173.       object Custom1: TMenuItem
  174.         Caption = '&Custom'
  175.         ShortCut = 0
  176.         OnClick = Custom1Click
  177.       end
  178.     end
  179.     object Options1: TMenuItem
  180.       Caption = '&Options'
  181.       ShortCut = 0
  182.       object Difficulty1: TMenuItem
  183.         Caption = '&Set player options'
  184.         ShortCut = 117
  185.         OnClick = Difficulty1Click
  186.       end
  187.       object N2: TMenuItem
  188.         Caption = '-'
  189.         ShortCut = 0
  190.       end
  191.       object Blanktile1: TMenuItem
  192.         Caption = 'Blank tile'
  193.         ShortCut = 118
  194.         object TopRight1: TMenuItem
  195.           Caption = '&Top Right'
  196.           ShortCut = 0
  197.           OnClick = TopRight1Click
  198.         end
  199.         object TopLeft1: TMenuItem
  200.           Caption = 'Top &Left'
  201.           ShortCut = 0
  202.           OnClick = TopLeft1Click
  203.         end
  204.         object BottomRight1: TMenuItem
  205.           Caption = '&Bottom Right'
  206.           ShortCut = 0
  207.           OnClick = BottomRight1Click
  208.         end
  209.         object Bottomleft1: TMenuItem
  210.           Caption = 'Bottom l&eft'
  211.           ShortCut = 0
  212.           OnClick = Bottomleft1Click
  213.         end
  214.       end
  215.       object N3: TMenuItem
  216.         Caption = '-'
  217.         ShortCut = 0
  218.       end
  219.       object Pieces1: TMenuItem
  220.         Caption = '&Pieces'
  221.         ShortCut = 119
  222.         object N31: TMenuItem
  223.           Caption = '3 by 3'
  224.           RadioItem = True
  225.           ShortCut = 0
  226.           OnClick = N31Click
  227.         end
  228.         object N41: TMenuItem
  229.           Caption = '4 by 4'
  230.           RadioItem = True
  231.           ShortCut = 0
  232.           OnClick = N41Click
  233.         end
  234.         object N51: TMenuItem
  235.           Caption = '5 by 5'
  236.           ShortCut = 0
  237.           OnClick = N51Click
  238.         end
  239.         object N61: TMenuItem
  240.           Caption = '6 by 6'
  241.           ShortCut = 0
  242.           OnClick = N61Click
  243.         end
  244.         object N71: TMenuItem
  245.           Caption = '7 by 7'
  246.           ShortCut = 0
  247.           OnClick = N71Click
  248.         end
  249.         object N81: TMenuItem
  250.           Caption = '8 by 8'
  251.           ShortCut = 0
  252.           OnClick = N81Click
  253.         end
  254.         object N91: TMenuItem
  255.           Caption = '9 by 9'
  256.           ShortCut = 0
  257.           OnClick = N91Click
  258.         end
  259.         object N101: TMenuItem
  260.           Caption = '10 by 10'
  261.           ShortCut = 0
  262.           OnClick = N101Click
  263.         end
  264.       end
  265.     end
  266.     object About1: TMenuItem
  267.       Caption = '&Help'
  268.       ShortCut = 0
  269.       object Contents1: TMenuItem
  270.         Caption = '&Contents'
  271.         ShortCut = 0
  272.         OnClick = Contents1Click
  273.       end
  274.       object About2: TMenuItem
  275.         Caption = '&About Sliding Puzzle Challenge'
  276.         ShortCut = 0
  277.         OnClick = About2Click
  278.       end
  279.     end
  280.   end
  281.   object Timer1: TTimer
  282.     Enabled = False
  283.     OnTimer = Timer1Timer
  284.     Left = 8
  285.     Top = 40
  286.   end
  287.   object OpenDialog1: TOpenDialog
  288.     FileEditStyle = fsEdit
  289.     Filter = 'Bitmaps|*.bmp'
  290.     Options = [ofFileMustExist]
  291.     Title = 'Select your next puzzle'
  292.     Left = 8
  293.     Top = 72
  294.   end
  295. end
  296.